Mozilla fire...uh whatever

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Mozilla fire...uh whatever
# 1  
Old 03-27-2004
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Mozilla not working

I had a server which had minimal installation and at some point i had requirement to install an application which requires mozilla .. so i installed all firefox and mozilla packages and few of the library packages .. but mozilla is still not working I installed following mozilla packages. When... (2 Replies)
Discussion started by: fugitive
2 Replies

2. Solaris

How to install new Mozilla 3.5?

Yesterday I tried to install my mozilla firefox but when i want to see Readme #more README For information about installing, running and configuring Firefox including a list of known issues and troubleshooting information, refer to: Firefox web browser | Faster, more secure, & customizable... (10 Replies)
Discussion started by: solaris_user
10 Replies

3. AIX

mozilla installation

I am tryin to install Mozilla V1.7.13.1 on Power6 64 bit Blade JS12 server running aix 5.3 ML 11. ive installed the required rpm files. When i try to install Mozilla (downloaded from IBM site as Mozilla.base.tar.gz) . It always fails with the below msg. instal: Failed while executing the... (2 Replies)
Discussion started by: muzahed
2 Replies

4. Solaris

Mozilla, how to remove

I got this Mozilla and unzipped the package and installed on my server. Now I am told that this was a mistake and need to remove Mozilla. I know I can remove Mozilla with pkgrm but this unzipped file was apparently not installed this way. I believe the file was installed with the mozinstall script.... (8 Replies)
Discussion started by: bluridge
8 Replies

5. AIX

mozilla-firefox

i attempt to install mozilla...and after the installation finish i have failed that say: the following rpm image are required before mozilla.base.rte can be installed what to d? or how do i install the rpms? thanx..... (1 Reply)
Discussion started by: amitt74
1 Replies

6. Linux

Mozilla Navigator

I would like just to know where is mozilla navigator is installed under linux i.e mozilla navigator is installed in which directory? I think you (1 Reply)
Discussion started by: selim
1 Replies

7. UNIX for Dummies Questions & Answers

Does anyone use Mozilla Thunderbird

I'm using Mozilla Thunderbird for e-mail and it tells me cannot connect to mail.qs.com. Then it goes into SMTP Issues when I try to send e-mail out. Does anyone have any suggestions? (1 Reply)
Discussion started by: cnitadesigner
1 Replies

8. Linux

Mozilla in Linux

This is kinda a Linux/Mozilla question. I have 2 versions of Mozilla and Firefox. Neither of them can recognise or install plugins. I tried installing plugins from the browser itself, but it doesn't seem to recognise that its there. Is there any way that I can install Java and Flash in Mozilla and... (2 Replies)
Discussion started by: gnerd
2 Replies
Login or Register to Ask a Question
IETADM(8)							   User Manuals 							 IETADM(8)

NAME
ietadm - iSCSI Enterprise Target Administration Utility. SYNOPSIS
ietadm --op [operation] --tid=[id] [--sid [id]] [--params [key=value,...]] DESCRIPTION
ietadm is used to monitor and modify in real-time the iSCSI Enterprise Target targets and volumes. USAGE
You'll have to get target ids from /proc/net/iet/volumes and sessions ids from /proc/net/iet/session. Some usage examples can be : ietadm --op show --tid=1 display status of target 1 (see /proc/net/iet/volumes to get the matching target name) ietadm --op new --tid=2 create dynamically a new target, numbered 2. CAUTION : the target will disappear if you restart ietd, you'll have to edit /etc/ietd.conf to make it permanent! ERROR MESSAGES
ietadm misses error messages. Look carefully at the STDERR output : in case of error it will send a 3 number error code, ending with -1, for instance : ietd_request 203 3 -1 OPTIONS
--op new --tid=[id] --params Name=[name] add a new target with [id]. If [id] is zero, the lowest free [id] is allocated automatically to the new target. --op delete --tid=[id] delete specific target with [id]. The target must have no active sessions. --op show --tid=[id] show target parameters of target with [id]. --op show --tid=[id] --sid=[sid] show iSCSI parameters in effect for session [sid]. If [sid] is "0" (zero), the configured parameters will be displayed. --op new --tid=[id] --lun=[lun] --params Path=[path] add a new logical unit with [lun] to specific target with [id]. The logical unit is offered to the initiators. [path] must be block device files (including LVM and RAID devices) or regular files. --op delete --tid=[id] --lun=[lun] delete specific logical unit with [lun] that the target with [id] has. --op delete --tid=[id] --sid=[sid] --cid=[cid] delete specific connection with [cid] in a session with [sid] that the target with [id] has. If the session has no connections after the operation, the session will be deleted automatically. --op delete stop all activity. --op update --tid=[id] --params=key1=value1,key2=value2,... change iSCSI IET target parameters of specific target with [id]. You can use parameters in ietd.conf as a key. --op update --tid=[id] --redirect=[destination] set a temporary target redirection for target [id]. [destination] MUST be in the form <ip address>:port where :port is optional and if not specified port 3260 is assumed. IPv6 addresses must be surrounded by square brackets, e.g. [<ipv6 address>]:port. If the destination is empty then any existing redirection is cleared. --op new --tid=[id] --user --params=[user]=[name],Password=[pass] add a new account with [pass] for specific target. [user] could be [IncomingUser] or [OutgoingUser]. If you don't specify a target (omit --tid option), you add a new account for discovery sessions. --op show --tid=[id] --user show a list of CHAP accounts. If --tid is omitted or [id] is "0" (zero), discovery accounts are displayed. --op show --tid=[id] --user --params=[user]=[name] show CHAP account information for the account specified by [name]. [user] can be [IncomingUser] or [OutgoingUser]. If --tid is omitted or [id] is "0" (zero), [name] is supposed to be a discovery account name. --op delete --tid=[id] --user --params=[user]=[name] delete specific account having [name] of specific target. [user] could be [IncomingUser] or [OutgoingUser]. If you don't specify a target (omit --tid option), you delete the account for discovery sessions. --version display version and exit --help display a list of available options and exits KNOWN ISSUES
o ietdadm doesn't return any human-readable error message, only error codes. o ietadm doesn't modify or read the /etc/ietd.conf ietd configuration file. o ietadm can't use target names or aliases, only the tid found in /proc/net/iet/volumes. o /proc/net/iet/session may list inactive sessions if the initiator doesn't logout properly. Report bugs to <iscsitarget-devel@sourceforge.net>. FILES
/proc/net/iet/session, /proc/net/iet/volumes SEE ALSO
ietd(8),ietd.conf(5) iSCSI Enterprise Target admin 2006-06-06 IETADM(8)