- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- st_san_safe parameter in the kernel
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:09 AM
11-12-2003 09:09 AM
st_san_safe parameter in the kernel
I am missing st_san_safe paramater in the kernel for a couple of my 11.11 servers. I have it in all my other 11.11 servers. I thought this comes with the OS, but I might be mistaken. Is there a patch which puts this in the kernel. Please advise.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:14 AM
11-12-2003 09:14 AM
Re: st_san_safe parameter in the kernel
http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHKL_29248
You may have a patch installed that causes a misspell of this parameter. Strange.
Check the doc and kmtune | grep mis_spelled parm and see if you are a victim.
or
swlist -l product | grep -i PHKL_#####
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:17 AM
11-12-2003 09:17 AM
Re: st_san_safe parameter in the kernel
PHKL_26785 (for HP-UX 11.11) and
PHKL_26784 (for HP-UX 11.00)
This parameter will be useful during backup troubleshooting, also affects mksf, lssf etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 05:17 PM
11-12-2003 05:17 PM
Re: st_san_safe parameter in the kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2003 09:39 PM
11-12-2003 09:39 PM
Re: st_san_safe parameter in the kernel
When enabled (ST_SAN_SAFE = 1) , the tunable forces the stape driverto fail all opens to device files without the no-rewind-on-close option with the errno EINVAL. The stape driver will also log an entry into the syslog like the following:
vmunix: SCSI TAPE: dev = 0xcd002000 Failed open -st_san_safe enabled
When st_san_safe is enabled, mksf will not create new device files without the no-rewind-on-close option. The mksf command will fail with an error indicating an invalid option was provide in the command line arguments. With st_san_safe enabled, lssf will not fully decode the density attribute of a special device file.
With this ST_SAN_SAFE enabled, all HPUX backup commands such as tar, fbackup and make_recovery will require you to use the 'no rewind' tape device files.
The 'no rewind' tape device files contain the 'n' option in the device file. The 'no rewind' device files should look like
/dev/rmt/*mn
where "*" is some number.
However fbackup does not support the usage of "no rewind on close" device files (the man page explicitely says to use a "rewind on close" device). This is mainly because the tool can not handle multiple archives on a single tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:12 AM
11-13-2003 03:12 AM
Re: st_san_safe parameter in the kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 03:22 AM
11-13-2003 03:22 AM
Re: st_san_safe parameter in the kernel
you just need to double check the information for PHKL_26785 guess the warning there explains it. There are superseding patches PHKL_28217 (**) and PHKL_29248 (*).
Regards,
Bernhard