Hell0,
Does anyone has a script for removing volumes from veritas on sun solaris ?? I am looking for a script which will remove the number of volumes from the veritas.
I am getting segmentation fault while restting the root password.
# passwd root
New Password:
Re-enter new Password:
Segmentation Fault
Here is the oupput of uname -a
SunOS 5.8 Generic_117350-49 sun4u sparc SUNW,Ultra-4
can somebody please help me ?
Can somebody please help me ?
I am trying to mount remote file system on a solris 8 box.
I am getting following error from the remote hosts ( solris 8 ) where i am trying to mount the file system.
#showmount -e 10.92.156.41
showmount: 10.92.156.41: RPC: Rpcbind failure - RPC: Timed out
Can someone help me out with expect script for mass password change...
Here is my script....
#!/usr/bin/expect --
spawn $env(SHELL)
expect -exact "\$ "
send -- "/usr/bin/ssh [lindex $argv 0] 'passwd hp '\r"
expect "Password:"
send "rep123"
expect "New Password:"
send "rep123"
expect "Re-enter...
following are the contents of was-start script which i am running it manually once server is fully up after reboot. but i wanted to auto start this " was-start " script using " wasadmin " user . Anyone can help me on this ??
was-start script
-------------------
#!/bin/sh
# add new server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.