HTML_IFRAME.ASM


 
Thread Tools Search this Thread
Special Forums Cybersecurity Malware Advisories (RSS) HTML_IFRAME.ASM
# 1  
Old 02-02-2011
HTML_IFRAME.ASM

Low

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Oracle ASM on Solaris 11.3

Hi Folks, I've just built a Solaris 11.3 server with a number of LDOM's, all good and well and not any serious issues so far. On our older Solaris 10 systems we ran Oracle 11g using ASM disks, these disks were the raw device meta disks and came in very nicely as "/dev/md/rdsk/dnn" all worked... (4 Replies)
Discussion started by: gull04
4 Replies

2. Programming

Asm

Hi guys, I am looking for ASM for dummies... I am given an assignment and IDK how to begin with... so perhaps any experts can link me resources I needed to equip. I did google search and find no information that I needed. Also, my program deals with UART (RS232) MIC P18F97J60. Hope some... (1 Reply)
Discussion started by: ment0smintz
1 Replies

3. Programming

[ASM] Adding SIGNED numbers?

Hi guys, I want to add a list of SIGNED numbers... but I don't know how to tell the computer to ADD THEM as signed, let me explain further: when adding 200 + (-100) , it becomes 100, but in asm the computer always add them as unsigned, so I always get the 300. Do I have to add them in a... (4 Replies)
Discussion started by: lamachejo
4 Replies

4. Solaris

SAN Storage for ASM

Hi, We are planning to setup a 10gR2 RAC and storage on ASM. We use Sun StorEdge SAN. The installation and configuration manual says to configure ASM diskgroups with raw devices (preferably raw disk not volumes). I dont really know if its possible to present raw disks to the Solaris... (4 Replies)
Discussion started by: esmgr
4 Replies

5. Solaris

Asm

I was installing oracle 10gr2 on solaris 10 x86 using asm as a result i have this two slices that i want to use as one disk group: these are /dev/rdsk/c1d1s3 and /dev/rdsk/c1d1s7. The result indicated /dev/rdsk/c1d1s3 as candidate and /dev/rdsk/c1d1s7 as foreign because slice 7 has a rdbms... (1 Reply)
Discussion started by: seyiisq
1 Replies

6. Shell Programming and Scripting

ASM Diskspace

Hi I want to check Oracle ASM disk status through a PERL script. Script flow would be like this ... 1. Its taking diskgroup name in the command line... 2. Connect to Oracle database 3. If connection error send a critical message. Plz replyyyyyyy...... (1 Reply)
Discussion started by: Harikrishna
1 Replies

7. Shell Programming and Scripting

asm

hi, how to convert unix shell scritps which has some mount points lcoations hardcoded to convert to oracle asm file systems? Thanks (0 Replies)
Discussion started by: rags_s11
0 Replies

8. Solaris

asm vs disksuite for oracle

I'm running solaris, with solstice disksuite. With other systems, i run veritas volume manager. My dba want to implement ASM with oracle 10g. Is it possible to create volumes with disksuite for ASM. Oracle want a volume name ex: vol1 My question is, what is the best STANDARD solution. ... (5 Replies)
Discussion started by: simquest
5 Replies
Login or Register to Ask a Question
asmping(1)						      General Commands Manual							asmping(1)

NAME
asmping - check if you can receive IPv4/IPv6 multicast data from an internet host SYNOPSIS
asmping [ -46v ] [ -I interface ] [ -c count ] [ -s size ] group host ssmpingd DESCRIPTION
asmping and ssmpingd are network level multicast management tools that can be used to check whether one can receive multicast packets via ASM from a host. The host target given to asmping must run the ssmpingd daemon, which listens on UDP port 4321 for IPv4 and IPv6 unicast requests. When it receives one, it responds to the specified multicast group which asmping just have joined. Note that one can not use arbitrary groups. Independent of what group is specified, the last quarter of the address is forced to be 234 or ::4321:1234 for IPv4 or IPv6 respectively. OPTIONS
For ssmpingd there are no options. For asmping the options are as follows. -4 Force IPv4 -6 Force IPv6 -v Print client and server version information. -I interface Interface to join on -c count Stop after sending (and receiving) count requests (and replies) -s size Request replies to have a size of size bytes SEE ALSO
ssmping(1) a tool for checking whether can receive SSM. dbeacon(1) a distributed beacon multicast implementation. BUGS
Please report them to Stig Venaas <venaas@uninett.no>, the author of this tool. HISTORY
asmping and ssmpingd were developed by Stig Venaas during the early days of the m6bone, the IPv6 multicast backbone. User Manuals asmping(1)