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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rbm5959

  1. rbm5959

    PATH not working

    Check have u added the directory path correctly and exported the PATH variable. # PATH=$PATH: <new path> # export PATH if it is ksh shell, u can directly write # export PATH=$PATH : <new path> Then, verify the new path has been added # echo $PATH If u do not see your new path, then...
  2. rbm5959

    send email from Solaris to windows

    I am sorry, by mistake i wrote admintool instead of xserver. Mailer is in application folder alongwith imageedit, desktop control, package builder and other tools. Sorry, I am not able to tell u exact location, because just now i am not having my solaris box and i tried this before 3 months.
  3. rbm5959

    send email from Solaris to windows

    Open admintool and run &quot;mailer&quot; program from application. While configuring mailer just specify the postoffice address as the IP address of e-mail server. I have tried above thing and it is working successfully. The windows user will get e-mail from the unix user who is sending the...
  4. rbm5959

    mount

    Mostly the slices of filesystem types are mounted. But remote resource can also be mounted. Mount attaches a file system to the file system hierarchy at the mount_point, which is the pathname of a directory. If mount_point has any contents prior to the mount operation,these are hidden until...
  5. rbm5959

    Urgent!! Cannot kill a process

    I can understand your situation, the system will be really crawling. Try to eject the backup device, if possible. But, i am doubting it will not work. And also once again verify that u have specified correct PID in kill command. Check any child or related process are not running Atlast the...
  6. rbm5959

    mount tape drive

    Hi int, Whatever information provided by jad is 100% correct for tape drive sharing and it really works. And NFS will not work for tape drive sharing. Similar to ufsdump, you can also take backup through tar giving device as machine:devicename. Also u can specify user. i.e...
  7. rbm5959

    Root equivalent login

    Hi Bhawani, Instead of giving 0 uid, u can also create a user of sysadmin (14) group for creating user and using admintool. Also using third party &quot;sudo&quot; utility, u can assign many root priveleges to a normal user. e.g. for shutting down a system, starting, backup etc. This utility...
  8. rbm5959

    Display

    Where u r setting the DISPLAY variable. Have u started your Xserver session through any Xserver emulator. If u r doing in ascii then it will not work. First u will have to start xsession then set your DISPLAY variable and then start any gui u wish. Also if your DNS server is not set, try to...

Part and Inventory Search

Back
Top