Sponsored Content
Full Discussion: need zpool to revert...
Operating Systems Solaris need zpool to revert... Post 302125952 by reborg on Monday 9th of July 2007 08:43:33 AM
Old 07-09-2007
reboot to milestone 'none' and delete the zpool cache

Code:
reboot -- -m milestone=none

login as root at the sulogin prompt
then delete the zpool cache
Code:
mount -o rw,remount /
rm /etc/zfs/zpool.cache

return to normal operation:
Code:
svcadm milestone all

create a new pool using
Code:
zpool create -f <disk1>...

 

9 More Discussions You Might Find Interesting

1. Emergency UNIX and Linux Support

Revert SVN import

Instead of importing a project/folder as svn import vlsms/ file:///home/repo/vlsms -m "Initial Upload" I did svn import vlsms/ file:///home/repo -m "Initial Upload" How to undo this import (in a clean way,without trace?) ---------- Post updated at 03:10 AM ---------- Previous update was at... (0 Replies)
Discussion started by: johnbach
0 Replies

2. Linux

Is it possible to revert a file after overwriting it ?

Long story short, there was some sort of corruption with my ide and the script I was working on has been over written with nothing (the file is blank now). The IDE doesn't store a back up from what I know (I'm using notepadd++ in wine lol I know I know I'm addictted to the nppftp sidebar and geany... (1 Reply)
Discussion started by: noPermissions
1 Replies

3. HP-UX

HP-UX revert from trusted system to default

All, I have inherited some software that is running on HP-HX 11.11. The software ofers a GUI login and the user passwords can be either internal to the software, user defined or based on the matching unix account. The problem I have is that the server has been converted to 'trusted' years... (7 Replies)
Discussion started by: rbatte1
7 Replies

4. UNIX for Advanced & Expert Users

gmail revert to old look permanently

I thought I would share gmail revert to old look permanently. I am sure I am not the only one annoyed by the new look. Install Stylish extension Choose the Stylish UserStyle that you want. I know The Return of Old Gmail and gmail-b2b both work but I prefer gmail-b2b since I think it looks... (0 Replies)
Discussion started by: cokedude
0 Replies

5. UNIX for Advanced & Expert Users

CVS command to revert deleted files

Hi, I have deleted a file and commited in CVS. So, is there any CVS command to revert back that deleted file with existing log messages. --Thanks in advance Madhu (1 Reply)
Discussion started by: madhuti
1 Replies

6. Emergency UNIX and Linux Support

[Solved] EMERGENCY - can I revert 1 hour of mysql changes

I know, its stupid.. MYSQL on CENTOS 5 using WHM Imported a lot of users/posts from old forum to new forum, but my backup was lost. Can I somehow simply remove all mysql table changes for the last 3 hours, returning to pre-import status. ---------- Post updated at 03:44 AM ----------... (6 Replies)
Discussion started by: lawstudent
6 Replies

7. UNIX for Dummies Questions & Answers

Need to revert default prompt in Linux after setting PS1 command

I have given as: PS1="Karthick>" in linux. Now the prompt changed as: Karthick> Now I need to get back the default prompt . How to achieve this? Thanks in advance (13 Replies)
Discussion started by: karthick nath
13 Replies

8. Red Hat

Snapshot revert fails in my KVM setup

Hi All, I am trying to revert a snapshot and I am getting the below error message in my KVM setup (RHEL6.5). Reverting to a snapshot is failing. I used the below command to create the snapshot. Below is my snapshot list: virsh snapshot-list TestImg –tree ... (0 Replies)
Discussion started by: kalpeer
0 Replies

9. Ubuntu

Help me to revert the file /root/.ssh/authorized_keys

Hi, I copied the key of rsa.pub to authorized_keys using the below command cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys By mistake i have executed another command view cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys so now additional keys are copied.so please help me... (3 Replies)
Discussion started by: SA_Palani
3 Replies
ippool(1M)						  System Administration Commands						ippool(1M)

NAME
ippool - user interface to the IP Filter pools SYNOPSIS
ippool -a [-dnv] [-m poolname] [-o role] -i ipaddr [/netmask] ippool -A [-dnv] [-m poolname] [-o role] [-S seed] [-t type] ippool -f file [-dnuv] ippool -F [-dv] [-o role] [-t type] ippool -h [-dv] [-m poolname] [-t type] ippool -l [-dv] [-m poolname] [-t type] ippool -r [-dnv] [-m poolname] [-o role] -i ipaddr [/netmask] ippool -R [-dnv] [-m poolname] [-o role] [-t type] ippool -s [-dtv] [-M core] [-N namelist] DESCRIPTION
The ippool utility is used to manage information stored in the IP pools subsystem of IP Filter software. Configuration file information can be parsed and loaded into the kernel and currently configured pools can be removed, changed, or inspected. ippool's use is restricted through access to /dev/ippool. The default permissions of /dev/ippool require ippool to be run as root for all operations. The command line options used are divided into two sections: the global options and the instance-specific options. ippool's use is restricted through access to /dev/ipauth, /dev/ipl, and /dev/ipstate. The default permissions of these files require ippool to be run as root for all operations. OPTIONS
ippool supports the option categories described below. Global Options The following global options are supported: -d Toggle debugging of processing the configuration file. -n Prevents ippool from doing anything, such as making ioctl calls, that would alter the currently running kernel. -v Turn verbose mode on. Instance-Specific Options The following instance-specific options are supported: -a Add a new data node to an existing pool in the kernel. -A Add a new (empty) pool to the kernel. -f file Read in IP pool configuration information from file and load it into the kernel. -F Flush loaded pools from the kernel. -h Display a list of pools of the type: hash loaded in the kernel. -l Display a list of pools of the type: tree loaded in the kernel. -r Remove an existing data node from a pool in the kernel. -R Remove an existing pool from within the kernel. -s Display IP pool statistical information. Other Options The following, additional options are supported: -i ipaddr[/netmask] Sets the IP address for the operation being undertaken with an all-one's mask or, optionally, a specific netmask, given in either dotted-quad notation or as a single integer. -m poolname Sets the pool name for the current operation. -M core Specify an alternative path to /dev/kmem from which to retrieve statistical information. -N namelist Specify an alternative path to lookup symbol name information when retrieving statistical information. -o role Sets the role with which this pool is to be used. Currently only ipf, auth, and count are accepted as arguments to this option. -S seed Sets the hashing seed to the number specified. For use with hash-type pools only. -t type Sets the type of pool being defined. Must be one of pool, hash, or group-map. -u When parsing a configuration file, rather than load new pool data into the kernel, unload it. FILES
/dev/ippool Link to IP Filter pseudo device. /dev/kmem Special file that provides access to virtual address space. /etc/ipf/ippool.conf Location of ippool startup configuration file. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWipfu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
ipf(1M), ipfstat(1M), ippool(4), attributes(5) SunOS 5.11 3 Apr 2008 ippool(1M)
All times are GMT -4. The time now is 10:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy