- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Help with Lists
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
12-22-2004 08:26 AM
12-22-2004 08:26 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:01 AM
12-23-2004 03:01 AM
SolutionGiven a list called privatelist created by administrator and stored in the folder privatefolder:
mxquery -lt "privatelist" >tempfile
will output the XML definition to the file tempfile. If you edit tempfile, you'll see a line that looks something like:
(where "nn" equals an id number for the query) Edit that line to make any changes, including the name of the query and the folder it is in (please note that you can only make a query public if you place it in a folder that is public). You also will add an access parameter and set it to public and change the owner to the system which is mxadmin. So, assuming that the list name changes to publiclist and the folder to publicfolder, the line would look like the following:
First we will delete the original query and then we will add the new query.
mxquery -r "privatelist"
mxquery -a -f templist
Finally, please note that if you are already logged in, the new list won't pop up until a logout and a login again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:13 AM
12-23-2004 03:13 AM
Re: Help with Lists
Is there a document or a guide somewhere that will teach me list management. I will probably need to do a lot of it. (Re-ording lists and stuff)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:17 AM
12-23-2004 03:17 AM
Re: Help with Lists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2004 03:22 AM
12-23-2004 03:22 AM
Re: Help with Lists
Thanks and happy holidays!