- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't open the logfile on target /dev/rmt/0m
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
07-31-2002 11:23 PM
07-31-2002 11:23 PM
Can't open the logfile on target /dev/rmt/0m
I was trying to install some scripts from the tape with the following command:
_______________________________________________
# swinstall -x mount_all_filesystems=false -s /dev/rmt/0m \*
======= 07/29/02 03:36:01 METDST BEGIN swinstall SESSION (non-interactive)
* Session started for user root@ntomc4 .
* Beginning Selection
* Target connection succeeded for ntomc4:/ .
* nclass:/dev/rmt/0m : This source is a tape device.
* nclass:/dev/rmt/0m : Cannot open the logfile on this target or source. Possibly the media is read-only or there is a permission problem. Check the daemon logfile and /var/tmp/swagent.log on this host for more information.
* Source: /dev/rmt/0m
* Targets: nclass:/
* Software selections:
52UPG.52UPG,r=638,a=S800_HPUX,v=xxxx
* Selection succeeded.
* Beginning Analysis
* Session selections have been saved in the file /.sw/sessions/swinstall.last .
WARNING: nclass:/: There will be no attempt to mount filesystems that appear in the filesystem table.
* Analysis succeeded.
* Beginning Execution
* The execution phase succeeded for ntomc4:/ .
* Execution succeeded.
NOTE: More information may be found in the agent logfile (location is nclass:/var/adm/sw/swagent.log).
======= 07/29/02 03:37:03 METDST END swinstall SESSION non-interactive)
_______________________________________________
What could be the possbile reason for the Warning messages ?
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 12:04 AM
08-01-2002 12:04 AM
Re: Can't open the logfile on target /dev/rmt/0m
The depot log.file can't be use when tis depot is located on a tape or CDROM. Indeed the process is not able to write on the depot. That is why there is a warning. It does not affect the installation.
The warning about the filesystem is produced by the -x mount_all_filesystems=false. The fstab is not checked.
Hope this help,
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 12:12 AM
08-01-2002 12:12 AM
Re: Can't open the logfile on target /dev/rmt/0m
If you put your depot to a directory with write access permission,maybe the warning will clear away!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 12:23 AM
08-01-2002 12:23 AM
Re: Can't open the logfile on target /dev/rmt/0m
______________________________________________
* nclass:/dev/rmt/0m : Cannot open the logfile on this target or source. Possibly the media is read-only or there is a permission problem. Check the daemon logfile and /var/tmp/swagent.log on this
_______________________________________________
I saw in the swinstall.last file that the option
swinstall.run_as_superuser = true
is missing
Has it got anything to do with the error ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 01:04 AM
08-01-2002 01:04 AM
Re: Can't open the logfile on target /dev/rmt/0m
Don't care about this error. As Gerald and I told you, swinstall try to write in a log file locatedon the depot, which is not possible when this depot is on a tape or a CDROM.
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 01:27 AM
08-01-2002 01:27 AM
Re: Can't open the logfile on target /dev/rmt/0m
But the point is how do we prevent this error:
______________________________________________
* nclass:/dev/rmt/0m : Cannot open the logfile on this target or source. Possibly the media is read-only or there is a permission problem. Check the daemon logfile and /var/tmp/swagent.log on this host for more information.
______________________________________________