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 Chriss Miller 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 unixqueen

  1. unixqueen

    User logged or never logged

    You could write a script whick compares the first field in the passwd file with the relevant output from the last command
  2. unixqueen

    Changing Unix password

    I don't know C programming, but to get over the passwd permissions problem, you could implement sudo Kind Regards
  3. unixqueen

    Viewing a file system on a windows machine

    HP have a product called CIFS, which is based on SAMBA. http://www.hp.com/products1/unix/operating/hpuxcifs9000/ I understand the product is free, they change on support Kind Regards
  4. unixqueen

    Password Aging - 11i

    You can set password ageing on a user-by-user basis from SAM. Choose Accounts for Users and Groups Users Click on the user you want to enable it for Actions Modify Click Modify Password Options On the drop-down menu choose Enable Password Ageing and fill in the boxes Alternatively, you can...
  5. unixqueen

    Disk Size in MB

    bdf and du will show the space available in configured logical volumes. However you may have space available in the volume group which is not assigned to logical volumes. vgdisplay -v /dev/vg00 replacing vg00 with the name of the volume group that you are interested in, will tell you the...
  6. unixqueen

    HP-UX 11.X System Administration Guide Documents..

    The HP IT Resouce Centre has a comprehensive database for truobleshooting and knowledge trees etc. However, you need a support contract system handle to provide access to most of it. The link to the Europena HP ITRC is...
  7. unixqueen

    HP-UX 11.X System Administration Guide Documents..

    Have you tried www.docs.hp.com Regards
  8. unixqueen

    network access problem

    Use the traceroute command to determine at which point the problem lies. Use the netfmt command to consider in detail the latest nettl.log. i.e netfmt -s /var/adm/nettl.LOG00 | more Use netstat to look for errors. Kind Regards
  9. unixqueen

    Server panics and reboots after scheduled reboot

    Did the /etc/rc.log record any useful info following the panic, I wouldn't have thought so, but was a crash directory created in /var/adm/crash, if so does the INDEX file tell you any more. Can the dmesg or OLDsyslog.log tell you anything. Why don't you post the rc3.d script for us to test.
  10. unixqueen

    CPIO does not work... Please help!

    When you output to a device (cpio -o) you need to use the (>) and not the input (<).
  11. unixqueen

    fbackup.

    1) I believe that the SAM backup log is /var/sam/log/br_log 2) To check the tape for the header use frecover -V /tmp/volumefile -f /dev/whatever your device is To check what was backed up on the tape frecover -I /tmp/indexfile -f /dev/whatever your device is Although the most correct way to...
  12. unixqueen

    extending /usr

    I would use Ignite to extend /usr, you get an option when you boot off the recovery CD to set the sizes of the filesystems.
  13. unixqueen

    Increasing disk size

    Hi /u03 is mount point. First of all you need to find out which logical volume is mounted on that mount point. Use #bdf Make a note of the volume group name that the logical volume that is mounted on /u03 belongs to Then you need to check if there is space available in the volume group to...
  14. unixqueen

    PHCO_14499

    Because it is a 9.X patch, I doubt very much that you will find it available for download because the OS is two past being supported. I would beg the question as to why you need the patch and whether upgrading could be an option to get you over your difficulties. Maybe someone, could send you...
  15. unixqueen

    Mirror

    I am not extremely confident with LVM, but I have two concerns 1) you mentioned and provided lvdisplay for vg01, but your commands are for vg00. 2) If you are extending vg00 to include three disks, wouldn't you want to implement Physical Volume Groups to take out the single point of failure...

Part and Inventory Search

Back
Top