Sponsored Content
Full Discussion: Can not find Machine SN
Operating Systems Solaris Can not find Machine SN Post 302994346 by ahmedamer12 on Tuesday 21st of March 2017 04:50:24 PM
Old 03-21-2017
Both commands are not included in explorer file.

Quote:
Originally Posted by os2mac
so if you have the current explorer tools installed it includes a tool called sneep which does exactly that

Code:
# /opt/SUNWsneep
FML010101X
#

if not you can use the eeprom command:

Code:
# eeprom |grep -i ChassisSerialNumber
nvramrc=." ChassisSerialNumber FML0101010X " cr

---------- Post updated at 12:48 AM ---------- Previous update was at 12:47 AM ----------

Quote:
Originally Posted by jlliagre
I suspect sysinfo(SI_HW_SERIAL) returned "unknown".
In such case, the SN is on a sticker on the chassis and can be read from the ilom:
Find the Server Serial Number - SPARC T4-2 Server HTML Document Collection

Unfortunately , I have only explorer logs gathered from the system.

---------- Post updated at 12:50 AM ---------- Previous update was at 12:48 AM ----------

Quote:
Originally Posted by pressy
do you see anything in "virtinfo -a" output?

looked for any virtinfo file/command in the explorer file but could not find any.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to find which machine ...

Hi friend, pls let me know .. 1)How to fine which UNIX machine Ex . whether it is 32 bit processor OR 64 bit processor .. 2) HP-ux is machine or Architectural ? pls replay as soon as possible .. Thanks.. (3 Replies)
Discussion started by: premnathk
3 Replies

2. Programming

trying to find number of caches on a machine

I am trying to find the number of caches on a machine programatically. #include <stdio.h> #include <malloc.h> int main(void) { int *ptr,*ptr1,i,j; j=0; i=1; printf("Changing allocation with brk()\n"); while(1) { for(j=0;j<i;j++) { ptr =... (1 Reply)
Discussion started by: jacques83
1 Replies

3. Shell Programming and Scripting

How to Find JRE installed in linux machine..?

Hi all, Im new to linux... Im in need to write a shell script to check wthr JRE in linux machine... Wtz de best way to find thru BASH?? Plz help me out to solve this issue... Thanks (3 Replies)
Discussion started by: XivaX
3 Replies

4. Red Hat

To find the LATEST file from a dir on REMOTE machine and SCP to local machine?

Hi All, URGENT - Please help me form a scipt for this: I need the LATEST file from a dir on REMOTE machine to be SCP'd to a dir on local machine. (and I need to execute this from local server) I know that the below cmd is used to find the LATEST file from a dir. But this command is not... (3 Replies)
Discussion started by: me_ub
3 Replies

5. UNIX for Advanced & Expert Users

how to find out if a port is available on a remote machine?

hi, I can ping into another unix machine, but I cannot seem to access a certain application. I think it might be because I am now allowed to connect to the port (because of firewall configuration). How can I find out if I have access to a port on another machine? thanks (2 Replies)
Discussion started by: JamesByars
2 Replies

6. AIX

How to Find if AIX machine is LPar or not

Hi, I want to know if there is any command which will tell me if an AIX machine is a LPar or not. I am using "lparstat -i" but it does not work on all AIX machines. Is there any generic command by whose output I will come to know if it is an LPar or not? Please help. Thanks, Vineet (3 Replies)
Discussion started by: vineetd
3 Replies

7. UNIX for Dummies Questions & Answers

How can I find one file in other machine?

Hi all, I logged in one machine. I want to find one file in other machine. However, I don't know exactly which and where the machine is. I used nmap command to search all available hosts in this network range. I got two available machines through this action. But I still can't find the file I want... (8 Replies)
Discussion started by: w062611
8 Replies

8. AIX

find nim server of a machine

Hi, i would like to know how can i find , in a client machine , the nim server. the nim server that this machine have , if the machine have it Thanks :confused: (1 Reply)
Discussion started by: prpkrk
1 Replies

9. Windows & DOS: Issues & Discussions

find wwn in windows machine ?

Hi guys .. How to can I know the HBA WWN address in the windows machine ? Pls advice with command ... (1 Reply)
Discussion started by: roooooot
1 Replies
OPENSC-EXPLORER(1)						   OpenSC tools 						OPENSC-EXPLORER(1)

NAME
opensc-explorer - generic interactive utility for accessing smart card and similar security token functions SYNOPSIS
opensc-explorer [OPTIONS] DESCRIPTION
The opensc-explorer utility can be used interactively to perform miscellaneous operations such as exploring the contents of or sending arbitrary APDU commands to a smart card or similar security token. OPTIONS
The following are the command-line options for opensc-explorer. There are additional interactive commands available once it is running. --reader num, -r num Use the given reader number. The default is 0, the first reader in the system. --card-driver driver, -c driver Use the given card driver. The default is auto-detected. --mf path, -m path Select the file referenced by the given path on startup. The default is the path to the standard master file, 3F00. If path is empty (e.g. opensc-explorer --mf ""), then no file is explicitly selected. --wait, -w Wait for a card to be inserted --verbose, -v Causes opensc-explorer to be more verbose. Specify this flag several times to enable debug output in the opensc library. COMMANDS
The following commands are supported at the opensc-explorer interactive prompt. ls list all files in the current DF cd file-id change to another DF specified by file-id cat [file-id], cat sfi:sfi-id print the contents of the currently selected EF or the contents of a file specified by file-id or sfi-id. info [file-id] display attributes of a file specified by file-id. If file-id is not supplied, the attributes of the current file are printed. create file-id size create a new EF. file-id specifies the id number and size is the size of the new file. delete file-id remove the EF or DF specified by file-id rm file-id remove the EF or DF specified by file-id verify key-typekey-id [key] present a PIN or key to the card. Where key-type can be one of CHV, KEY or PRO. key-id is a number representing the key or PIN reference. key is the key or PIN to be verified in hex. If key is omitted, PIN will be verified with PIN-Pad. Example: verify CHV0 31:32:33:34:00:00:00:00 change CHVid [[old-pin] new-pin] change a PIN, where id is the PIN reference Examples: Change PIN: change CHV2 00:00:00:00:00:00 "foobar" Set PIN: change CHV2 "foobar" Change PIN with pinpad: change CHV2 put file-id input copy a local file to the card. The local file is specified by input while the card file is specified by file-id. get file-id [output] copy an EF to a local file. The local file is specified by output while the card file is specified by file-id. If output is ommited, the name of the output file will be derivated from the full card path to file-id. do_put hex-tag input update internal card's 'tagged' data. hex-tag is the tag of the card's data. input is the filename of the source file or the literal data presented as a sequence of hexadecimal values or '"' enclosed string. do_get hex-tag [output] copy the internal card's 'tagged' data into the local file. The local file is specified by output while the tag of the card's data is specified by hex-tag. If output is ommited, the name of the output file will be derivated from hex-tag. mkdir file-id size create a DF. file-id specifies the id number and size is the size of the new file. erase erase the card, if the card supports it. random count generate random sequence of count bytes. update_record file-id rec_nr rec_offs data update record specified by rec_nr of the file specified by file-id with the literal data data starting from offset specified by rec_offs. data can be supplied as a sequence of the hex values or as a '"' encolsed string. update_binary file-id offs data binary update of the file specified by file-id with the literal data data starting from offset specified by offs. data can be supplied as a sequence of the hex values or as a '"' encolsed string. debug [level] set OpenSC debug level to level. If level is ommited the current debug level will be shown. apdu hex_data send a custom APDU command hex_data. asn1 file-id parse and print the ASN1 encoded content of the file specified by file-id. quit exit the program. SEE ALSO
opensc-tool(1) opensc 06/03/2012 OPENSC-EXPLORER(1)
All times are GMT -4. The time now is 03:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy