- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ioscan error
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
02-16-2006 03:06 AM
02-16-2006 03:06 AM
"ioscan: libIO error from io_init: /dev/config - permission denied."
i am still a novice at hp-ux administration, what do i need to do to be able to perform daily tasks without loggin in as root.
thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:13 AM
02-16-2006 03:13 AM
Re: ioscan error
Just to make sure, are you running "ioscan" as root ? If you cant run as root, try # ioscan -kfn.
Also, reading these threads should help.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797293
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=946394
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:13 AM
02-16-2006 03:13 AM
Re: ioscan error
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:14 AM
02-16-2006 03:14 AM
Re: ioscan error
try
ioscan -fun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:22 AM
02-16-2006 03:22 AM
Re: ioscan error
thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:40 AM
02-16-2006 03:40 AM
Re: ioscan error
You asked "Logged in ran ioscan with no options i get the error, but with options i am able to perform an ioscan. just to be sure there is nothing i can do as an admin to be able to perform ioscan without loggin in as root? "
Yes, a normal user cant do anything with ioscan..
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:41 AM
02-16-2006 03:41 AM
SolutionThat is because ioscan without options updates /dev/config and /etc/ioconfig, which only root has write permission, there is a box where because of mad developpers trying to hack root passwd I only connect myself and had to compile a sudo so I have no passwd without timeout and works only when I call an alias of ksh...
So on this box I put myself in the /etc/group file in the groups bin, root, adm, sys, mail and modified the permission on the groups to /dev/config /dev/kmem /etc/ioconfig, and most files in /etc so in case Im stressed I will not sudo and can still do some tasks...
Dont forget there is also the possibility to grant yourself to all (most) tasks restricted sam (sam -r)
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:42 AM
02-16-2006 03:42 AM
Re: ioscan error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:45 AM
02-16-2006 03:45 AM
Re: ioscan error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:48 AM
02-16-2006 03:48 AM
Re: ioscan error
Gracias all.