- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Online JFS 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
08-15-2007 03:51 PM
08-15-2007 03:51 PM
I'm using a HP-UX 11.23 OS and someone installed an Online JFS which i think it was already included in HP-UX 11.23 OS.
Now i'm trying to extend a file using SAM and i'm recieving the following error:
"The LV cannot be extended until the file system is
able to be unmounted. Note that the fuser(1M) command can be used
outside of SAM to help determine what processes and users are
currently accessing this file system."
do i need to swremove the OnlineJFS installed? or i need to keep it on a HP-UX 11.23 OS?
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 04:06 PM
08-15-2007 04:06 PM
SolutionExecute vxlicense -p to see the current licensing status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 04:10 PM
08-15-2007 04:10 PM
Re: Online JFS Error
Pls send swlist output
swlist -l product|grep JFS
to make sure you have this patch installed on your server.
PHKL_33368
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_33368&sel={hpux:11.23,}&BC=main|search|
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 04:12 PM
08-15-2007 04:12 PM
Re: Online JFS Error
Hi Remer,
I m not sure if you aware about this Online JFS licensing epxpiration
Please refer:-
http://www.hp.com/softwarereleases/releases-media2/notices/June28_v12.pdf
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 04:18 PM
08-15-2007 04:18 PM
Re: Online JFS Error
OnlineJFS01 4.1.005 Online features of the VxFS
The new command...
SAM is still using:
fsadm -F xvfx -b 212992 /tmp
It should be using:
fsadm -F xvfs4.1 -b 212992 /tmp
# fsadm -F vxfs -b 212992 /tmp
mismatch : command version 35 - kernel version 33
# fsadm -F vxfs4.1 -b 212992 /tmp
UX:vxfs fsadm: INFO: V-3-23585: /dev/vg00/rtmp is currently 204800
sectors - size will be increased
It looks like SAM needs to change the scripts in
file /usr/sam/lib/fs/fs.tm
They reference "-F vxfs " in there a lot and it probably needs to
be "-F vxfs4.1 " for vxfs4.1 or something.
I guess maybe the vxfs4.1 engineers should have not created new option
names / directives and should have just replace xvfs or something.
So doing the "fsadm -F xvfs4.1 -b ..." succeeds outside of SAM.
SAM still needs to be fixed to work with xvfs4.1.
HOpe can help this...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 05:34 PM
08-15-2007 05:34 PM
Re: Online JFS Error
"# vxlicense -p
vrts:vxlicense: INFO: No valid license installed"
but i also have a HP server which has no valid license but i can do a onlineJFS thru that server.
are another things that i need to check?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 05:41 PM
08-15-2007 05:41 PM
Re: Online JFS Error
Remer,
Your online JFS license has expired, please refer my previous reply for procedure.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2007 05:52 PM
08-15-2007 05:52 PM