Hi Guys,
I.E. can I assign a single port from a card or do I have to assign the whole card.
Gull04
As far as i know you have to assign the whole card, except you using the new SRIOV feature.
To assist, i added our current Power8 Dual-VIO-Setup. Maybe this help your planing your infrastructure.
Regards
PS
Assigning a IP directly to an SEA results in crashes an misbehavior of the VIO-Server in our Power8 (S824) environment. On Power7 there are not such problems. So we added dedicated (vlan-tagged) virtual NICs to assign the VIO-Server-IPs.
Hi -
I am fairly new with unix. I have a unix box, installed with Solaris 2.8. I can get the box hooked up to the internet, not using DHCP but static IP address behind a Linksys firewall. However, I cannot telnet to the unix box or from within the unix box. If I telnet from a windows... (8 Replies)
When I telnet (ssh) over to my Fedora system, I find the colors horrible. For instance, regular files are white text, which is fine, but directories show up as dark blue which is virtually invisible against the black background). Additionally, when using vi, I find the colors great doing perl... (3 Replies)
In sshd_config it is written:
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options change a
# default value.
So does that mean for the following:
... (2 Replies)
Can anybody provide me with usefull links to get knowledge how VIOS works and how to configure Lpars on it? I am tired and feel lazy to search through IBM redbooks :-) .. so pls help me :p (3 Replies)
Hi ,
when i configure my server with a fixed ip address in dhcpd.conf as below
subnet 172.21.151.0 netmask 255.255.255.0 {
range 172.21.151.66 172.21.151.66;
}
host switch {
hardware ethernet 00:05:30:02:DB:31;
fixed-address 172.21.151.66;
}
when i start dhcpd server , it... (2 Replies)
Solaris 10 on an X86 box - Config runs fine has a couple of items in log (really long log file).
When I try make I get
make: Fatal error in reader: Make.inc, line 84: Unexpected end of line seen
line 84 is
LIBRADIUS_WITH_OPENSSL = 1
any ideas on what to try? (1 Reply)
Hello,
Lets say for simplicity that I do not use any vlan config inside my server - one lpar group use hea physical port1, another group hea physical port2. Physical port1 configured as vlan1 on external switch, physical port2 as vlan2.
What is the common practice - should I isolate my vios... (0 Replies)
Hi,
$ ioslevel
2.2.4.10
I always get these errors when I perform any action using the web interface of IVM / VIOS
Shutdown Partitions Help
You have chosen to shutdown the following partitions. The recommended shutdown method is to use the client operating systems shutdown... (1 Reply)
Hi,
I have two physical interface connected to solaris box.
1. e1000g1
2. e1000g2
I have added these interfaced under a same IPMP group "IPMP1"
After that I have configured a test address for e1000g1 like below
ifconfig e1000g1 addif <ip-address> netmask + broadcast + -failover... (1 Reply)
Discussion started by: praveensharma21
1 Replies
LEARN ABOUT CENTOS
opensc-tool
OPENSC-TOOL(1) OpenSC Tools OPENSC-TOOL(1)NAME
opensc-tool - generic smart card utility
SYNOPSIS
opensc-tool [OPTIONS]
DESCRIPTION
The opensc-tool utility can be used from the command line to perform miscellaneous smart card operations such as getting the card ATR or
sending arbitrary APDU commands to a card.
OPTIONS --atr, -a
Print the Answer To Reset (ATR) of the card. Output is in hex byte format
--card-driver driver, -c driver
Use the given card driver. The default is auto-detected.
--info, -i
Print information about OpenSC, such as version and enabled components.
--list-drivers, -D
List all installed card drivers.
--list-files, -f
Recursively list all files stored on card.
--list-readers, -l
List all configured readers.
--name, -n
Print the name of the inserted card (driver).
--reader num, -r num
Use the given reader number. The default is 0, the first reader in the system.
--send-apdu apdu, -s apdu
Sends an arbitrary APDU to the card in the format AA:BB:CC:DD:EE:FF....
--serial
Print the card serial number (normally the ICCSN). Output is in hex byte format
--verbose, -v
Causes opensc-tool to be more verbose. Specify this flag several times to enable debug output in the opensc library.
--wait, -w
Wait for a card to be inserted.
SEE ALSO opensc-explorer(1)opensc 06/17/2014 OPENSC-TOOL(1)