Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: art15t
  • Content: Threads
  • Order by date
  1. art15t

    Cisco 877W static route help

    Hi Folks, Can anyone assist with this one? I have my internal network on a 10.10.10/24 subnet and have a virtual machine residing on 10.10.10.9 with an ip of 10.211.55.5. the virtual machine can ping the host and vice versa but now I would like to get to this machine from the www. My router is...
  2. art15t

    Backup Window

    Can anyone tell me if CommVault has the ability to terminate a backup if it does not finish within a time window. As I understand it, it merely pauses until the backup window starts again and then resumes. Not much good to me as I'm performing a cold backup of DB locations and need to have them...
  3. art15t

    VTOC overlap

    Can anyone shed any light on the relevance of a disks vtoc whilst the disk is encapsulated and under the control of VxVm. The rootdisk has a VTOC that shows overlapping of slice 1 and 6 ( /var & /opt according to my /etc/vfstab.prevxvm ). <hostname> / :# prtvtoc -s /dev/dsk/c1t0d0s2 *...
  4. art15t

    Solaris9 Resource Manager

    Has anyone here got any first-hand experience using resource manager(containers)? Does it actually work?? Is it easy to setup the projects and how managable is it??? ART
  5. art15t

    BST Daylight Time Savings in SUN Cluster 2,.2

    Hi, We'll shortly be coming round to that time of the year here (in the UK) where our machines will auto roll back one hour at 2.am on 31/10/04, but we have mission critical updates taking place on our E10K domains here (which take their times from our SSP's) and we need to make sure that...
  6. art15t

    Disksuite problem

    Hello All, Well one of my associates tried to mirror the root disk with disksuite and *ucked up. He told me he was a little rusty with disksuite so could I "jog" his memory on how it was done.....no problem I says..do: * create the meta DB's...preferably on some spare slice(s) * create the...
  7. art15t

    Sunblade 100 - Won't boot from cdrom

    I can't get a sunblade to install from cdrom. I've tried various install CD's and devalias paths but still can't get it to boot. Here's the cdrom path from show-devs at the OpenBoot Prom /pci@1f,0/ide@d/cdrom probe-ide gives the cdrom as slave on IDE2. So my question is, is this devalias...
  8. art15t

    smc problem

    Hi, It looks like port 898 on my E450 is already in use by another process. This port is usually assigned to the smcserver at system boot time and therefore I cannot run the smc. Can someone tell me how to gather port usage information on my sparc? Is there a standard tool?? I seem to recall...
  9. art15t

    auotmated password change and force new pass

    I have a -p[assword] option to a script which creates user accounts in non-interactive mode. If this option is passed then the script will generate a random password (saving the info to a 400 perm file owned by root) and automatically set the password. Is there a way to pass the randomly...
  10. art15t

    batch mode

    Hi People, I want to incorporate an if statement in my code to check if the program is running in interactive or non-interactive mode, such that if it is running unattended I can feed it some data for the prompts or simply skip any prompts. I would prefer not to use a check for a TTY because I...
  11. art15t

    rsh - rcmd socket failure

    Hi, I have just encountered a problem with rsh where I had an overnight dispatch of files from one machine to another. rsh returned: rcmd: socket: Cannot assign requested address Is there a tunable kernel parameter to increase nuber of sockets or is there some limitation with rsh. I killed...
  12. art15t

    shell fails on solaris 5.8 but works on 2.6

    Has anyone experienced problems with shells failing on sol8 when the script passes space separated strings as an argument to a command? The script works fine on Sol2.6 e.g. # get user description while [ -z &quot;$COMMENT&quot; ] do read -r COMMENT?&quot;Please enter a comment to...
  13. art15t

    Return from function without exiting

    Hi All, This is my first post, so here goes! #! /bin/ksh If I do a rsh within a function then the script terminates as it leaves the function (instead of returning to main and finishing off any other processing). I think this may have something to do with re-direction and simply having the...

Part and Inventory Search

Back
Top